home *** CD-ROM | disk | FTP | other *** search
- Path: archangel.terraport.net!news
- From: rstreich@enterprise.ca (Ralph Streich)
- Newsgroups: comp.lang.c++
- Subject: Re: Borland C++ 4.52: problem compiling examples
- Date: Fri, 05 Apr 1996 03:46:31 GMT
- Organization: R & R Streich, Pickering, ON.
- Message-ID: <4k2bnb$4bl@archangel.terraport.net>
- References: <4jjvk7$bf2@solaria.cc.gatech.edu>
- Reply-To: rstreich@enterprise.ca
- NNTP-Posting-Host: ppp100.ts1.enterprise.ca
- X-Newsreader: Forte Free Agent 1.0.82
-
- griswold@cc.gatech.edu (Paul Griswold) wrote:
-
- >I'm having a rather large problem with Borland C++ 4.52. I can't even get the
- >example programs that are included with the compiler to work. Sometimes they
- >will compile and link just fine, but most of the time the linker will crash,
- >saying that it can't find any of the classes.
-
- >For example, when I try to compile the first program in the OWL tutorial
- >(\bc45\examples\owl\tutorial\step01.cpp), I get 23 errors, all basically of
- >the "undefined symbol" variety. I've been working on this for over a full
- >day and can't seem to make *any* progress.
-
-
- Paul, access the IDE's target expert by pressing the right mouse to
- bring up a menu, select the appropriate option and change the target
- type to an exe type. Then try compiling. This should help get ride
- of those errors about TApplication class.
-
-